the latest wdk now is wdk 7.0.0
I get GRMWDK_EN_7600.ISO
note:
After installing WDK in one machine , you can build driver for different version of windows & different CPU
LPTSTR has one of two possible definitions depending on whether you're duing a Unicode build or not
wcslen only works on Unicode strings, so in an ANSI build, LPTSTR and wcslen are incompatible
solution: add UNICODE in preprocessor definations