diff --git a/templates/directory.html b/templates/directory.html
index 6fb7afc..ffa0645 100644
--- a/templates/directory.html
+++ b/templates/directory.html
@@ -156,6 +156,8 @@
{% if "mingw" in f.text %}
Experimental MinGW
+ {% elif "vc14" in f.text %}
+ Experimental VS 2015 (Windows Vista/7/8)
{% elif "vc11" in f.text %}
Experimental VS 2012 (Windows Vista/7/8)
{% elif "vc9" in f.text %}
|