Are they going to include 64bit support? The earlier versions of Visual Studio Express didn't which was a right royal pain for me. I produce a Python library and since Windows users don't have compilers have binary downloads available. To get 64 bit command line compiles I had to do an unholy wedging of VSE and the platform dev kit. (I'd much rather the Python developers used free software instead of forcing this stu…
I think that if you install the Windows 7.1 SDK, you should be able to choose Platform SDK and target it, rather than the built in compilers. WSDK7.1 is VS2010, but at least latest IDE would be used.
The next Python release is using VS2012 so I'll have to have it, whatever it takes to get it and 64 bit binaries, plus VS2008 and PSDK 7.0 all installed at the same time.
The ultimate cause of all this is Microsoft bundling the C library with the compiler, and not being able to have more than one version of the C library in a process which forces the executable and all dlls to be compiled with the same compiler version.