<div dir="ltr">On Tue, Aug 27, 2013 at 3:26 PM, Aaron Ballman <span dir="ltr"><<a href="mailto:aaron@aaronballman.com" target="_blank">aaron@aaronballman.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">Would it make sense for us to add something to automatically perform</span><br>
</div>
the copy for the user?<br></blockquote><div><br></div><div>Yep, stay tuned.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> +    <WindowsSdkDir Condition="'$(UseEnv)' != 'true'">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A@InstallationFolder)</WindowsSdkDir><br>
> +    <WindowsSdkDir Condition="'$(WindowsSdkDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.0A@InstallationFolder)</WindowsSdkDir><br>

<br>
What about SDK dirs other than 7.0A?</blockquote><div><br></div><div>This doesn't actually appear to be necessary to compile a simple test program with clang, and MSBuild prints a warning if they aren't defined.  So... </div>
<div><br></div><div>Anyway, this looks good enough, I'll go commit it.</div></div></div></div>